home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 March / EnterCD 3_2002.iso / Offline / vhm 17 / html / files / bannery / banery.js < prev   
Encoding:
Text File  |  2002-01-05  |  477 b   |  17 lines

  1. var n=2;
  2. var rnd=Math.floor(n*Math.random());
  3. var url="", img="", alt="";
  4. if(rnd==0) {
  5.   url="http://www.gold.69isp.pl";
  6.   img="files/bannery/1.gif";
  7.   alt="Nowa jokosc telepracy";
  8. } else
  9. if(rnd==1) {
  10.   url="http://www.gold.69isp.pl";
  11.   img="files/bannery/2.gif";
  12.   alt="Nowa jokosc telepracy";
  13. };
  14. document.write('<a href="'+url+'">');
  15. document.write('<img name="banlos" border="0" width="400" height="50" src="'+img);
  16. document.writeln('" alt="'+alt+'"></a>');
  17.